home *** CD-ROM | disk | FTP | other *** search
/ MIDICraft's MIDINET CD-ROM / MIDICraft's MIDINET CD-ROM.iso / DOSUTILS / SNG2BSQ.DOC < prev    next >
Text File  |  1997-02-16  |  5KB  |  130 lines

  1.         ******************************
  2.               SNG2BSQ v1.0 
  3.                  (DOS)
  4.     
  5.     convert KORG-i series song format into KORG-i backing sequences
  6.               by Guenter Nagler 
  7.                 1997 
  8.           (gnagler@ihm.tu-graz.ac.at)
  9.         ******************************
  10.  
  11. [1] BACKGROUND
  12. KORG i2/i3 keyboards store can their data on 720KB floppy disks in
  13. files with extensions 
  14.    *.pcg  program data (64 programs + 2 drum kits)
  15.    *.sty  style data  (4 styles)
  16.    *.arr  arrangement data (64 programs)
  17.    *.sng  song data (10 songs)
  18.    *.bsq  backing sequence data (10 backing sequences)
  19.  
  20. *.sng format files contain sequences up to 16 tracks. Sequences can
  21. use 100 patterns.
  22. *.bsq format files contain 2 keyboard tracks, a chord track, a control 
  23. track and up to 8 extra tracks. Backing sequences have no patterns, but
  24. use Korg i3 styles that are used for interactive accompainment 
  25. (drums, percussion, bass and 3 other style instruments).
  26.  
  27. My KORG i2/i3 has no facility to use the tracks of songs (or midi files).
  28. Jaume Bobet had the idea to implement this missing feature with a 
  29. computer program (converter) between midi and backing sequences.
  30. I found it easier to convert song tracks to backing sequence extra tracks
  31. because they have more in common.
  32.  
  33. This utility tries to convert first 8 tracks of all songs into 
  34. backing sequences with default settings and one extra track per song track.
  35. Patterns are not converted by this program. It shows a warning if converting
  36. a song that uses patterns.
  37.  
  38. [2] FILES DESCRIPTION
  39.  
  40. SNG2BSQ.EXE..........MSDOS executable for korg i3 sng to bsq converter
  41. SNG2BSQ.DOC..........this file, showing usage of SNG2BSQ.EXE
  42. only SNG2BSQ.EXE is required to run program 
  43.  
  44. [3] COPYRIGHT
  45.  
  46. SNG2BSQ (c) 1997 was created by Guenter Nagler.
  47.  
  48. SNG2BSQ is free and may be used as you wish with this one exception:
  49.  
  50.     You may NOT charge any fee or derive any profit for distribution
  51.     of SNG2BSQ.  Thus, you may NOT sell or bundle SNG2BSQ with any 
  52.     product in a retail environment (shareware disk distribution, CD-ROM,
  53.     etc.) without permission of the author.
  54.  
  55. You may give SNG2BSQ to your friends, upload it to a BBS, or ftp it to
  56. another internet site, as long as you don't charge anything for it.
  57.  
  58. [4] DISCLAIMER
  59.  
  60. SNG2BSQ was designed to convert 100% valid KORG i3 song files that 
  61. don't use patterns. The Backing sequences will not be usable with all
  62. available styles (e.g. measure length do not match).
  63.  
  64. Use SNG2BSQ at your own risk.  Anything you do with SNG2BSQ is your
  65. responsibility, and not the author's.  Any damage caused to any person,
  66. computer, software, hardware, company, or business by running SNG2BSQ 
  67. is your responsibility, and the author will not be liable.
  68.  
  69. If you don't understand these terms, or are not sure of something, or
  70. are afraid something bad might come of using SNG2BSQ, don't  use  it!
  71. You are here forewarned.
  72.  
  73. [5] INSTALLATION 
  74.  
  75.   Simply copy SNG2BSQ.EXE in a directory that is in your path.
  76.   When you start the program without arguments
  77.  
  78.   C:\> SNG2BSQ
  79.  
  80.   you should get the usage text (see next section)
  81.  
  82. [6] USAGE
  83.  
  84. usage: SNG2BSQ input.sng output.bsq
  85.  
  86. input.sng is a song KORG i3 file that should exist. The .sng extension
  87. must be specified. 
  88. output.bsq is name of a file that will be created. If such a file already
  89. exists it will be overwritten without warning.
  90.  
  91. Both filenames must be specified.
  92.  
  93.  
  94. [7] SUGGESTIONS / COMMENTS / BUG REPORTS / QUESTIONS
  95.  
  96.          WWW:    http://hgiicm.tu-graz.ac.at/Cpub
  97.           contains all my dos/unix midi programs
  98.               http://www.iicm.edu/midiprog
  99.         contains KORG i3 programs and programs for soundcards
  100.          EMAIL:  gnagler@ihm.tu-graz.ac.at
  101.  
  102. [8] EXAMPLES
  103.  
  104. C:> sng2bsq whylove.sng whylove.bsq
  105.  
  106. Load whylove.bsq into KORG-i. Choose Backingsequence mode try the backing 
  107. sequences (START). 
  108. Modify arrangement, style, ... and other parameters of the sequence until
  109. the automatic accompainment (rhythm) sounds ok with the extra track.
  110.  
  111. Now you can use the extra tracks into other backing sequences (copy, modify,
  112. enter chords, controls).
  113.  
  114. C:> sng2bsq medicine.sng medicine.bsq
  115. Warning: Song S0 uses patterns. 
  116. Patterns are not supported by backing sequences.
  117.  
  118. Maybe medicine.bsq will not be fully usable in backing sequence mode.
  119.  
  120. Hint: If a song contains other measure length (e.g. 2/4) than the selected 
  121. style has (e.g. 4/4) then playing the extra track might produce faults
  122. (some beats playing only style or some beats only playing extra track).
  123. You would need to select other style or change measure length and add 
  124. control changes in control track.
  125.  
  126. Hint: If a song contains patterns then save it to a midi file and 
  127. load it into a song. This should produce the same song without patterns
  128. (midi files have no patterns). Or use the song edit function "Bounce track".
  129.  
  130.